factorial

Returns a cached factorial value.

@safe nothrow
double
factorial
(
size_t n
)

Parameters

n size_t

How many times to recurse

Return Value

Type: double

A cached value of factorial between 0 and 32 recursion.

Meta